doRequestAsync

fun doRequestAsync(client: HttpClient, server: Url, token: String, decoder: StringFormat): Promise<R>(source)

使用此api发起一次请求,并得到预期中的结果。

See also